home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Education / E / EES 1.8 Demo / stylesheet_3261.css < prev   
Encoding:
Cascading Style Sheet File  |  1993-03-06  |  473 b   |  34 lines

  1.         .style1
  2.         {
  3.         }
  4.         .style2
  5.         {
  6.             font-family: "Helvetica";
  7.             font-weight: bold;
  8.             font-size: 14pt;
  9.         }
  10.         .style3
  11.         {
  12.             font-family: "Helvetica";
  13.             font-size: 10pt;
  14.         }
  15.         .style4
  16.         {
  17.             font-family: "Helvetica";
  18.             font-weight: bold;
  19.             font-size: 10pt;
  20.         }
  21.         .style5
  22.         {
  23.             font-family: "Helvetica";
  24.             font-style: italic;
  25.             font-size: 10pt;
  26.         }
  27.         .style6
  28.         {
  29.             font-family: "Helvetica";
  30.             text-decoration: underline;
  31.             font-weight: bold;
  32.             font-size: 10pt;
  33.         }
  34.